@charset "utf-8";

.home-title h3 {
	text-transform: uppercase;
	font-size: 36px;
	font-family: 'Helvetica Neue', 'Arial';
}

.home-title h3 span {
	color: var(--theme-color);
}

.home-title h4 {
	font-size: 26px;
	font-weight: normal;
}

.home-title p {
	font-size: 14px;
	color: var(--text-color);
}

/* 产品列表 */
.product .product-list .proPic {
	border-bottom: 3px solid var(--theme-color);
}

.product-list .proSwiperBox {
	position: relative;
	padding: 0px;
}

.product-list .swiper-container {
	width: 100%;
	height: auto;
}

.product-list .swiper-slide {
	overflow: hidden;
	width: calc((100% - 120px) / 3);
	/* margin: 0 20px; */
}

.product-list .proCotent {
	position: relative;
	background: #fff;
}

.product-list .proPic {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 80%;
}

.product-list .proPic img {
	width: 100%;
	transition: all 1s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.product-list .proCotent:hover .proPic img {
	transform: translate(-50%, -50%) scale(1.1);
}

.product-list .proTitle {
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
	transition: all .5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap !important;
}

.product-list .d_title {
	height: 60px;
	line-height: 60px;
}

/* 工程案例 */
.case .swiper-slide {
	margin-left: 0px;
	width: calc((100% - 40px) / 3) !important;
}

.case .swiper-slide .content {
	position: absolute;
	background: #ce5925cf;
	top: 85%;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.case .d_title {
	color: #fff;
	margin-bottom: 0;
	font-size: 18px;
}

.case .proPic {
	border: none;
}

.case .proPic {
	padding-bottom: 120%;
}

/*为什么选择我们 */
.choose [class^=col-]>div {
	background: #fff;
}

.choose .icon-box {
	text-align: center;
}

.choose .iconfont {
	font-size: 64px;
	color: var(--theme-color);
}

.choose h4 {
	font-size: 22px;
}

.choose p {
	padding: 20px 15px 30px;
	font-size: 14px;
	line-height: 1.8;
	color: var(--text-color);
	min-height: 180px;
}

/* 关于我们 */
.about .profile {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.about .profile p {
	font-size: 15px;
	color: var(--text-color);
	line-height: 2;
}

.about video {
	border-radius: 12px;
}

.btn-outline-primary:hover a {
	color: #fff;
}

/* 荣誉资质 */
/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half {
	width: 49%;
}

.col_third {
	width: 32%;
}

.col_fourth {
	width: 23.5%;
}

.col_fifth {
	width: 18.4%;
}

.col_sixth {
	width: 15%;
}

.col_three_fourth {
	width: 74.5%;
}

.col_twothird {
	width: 66%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
	position: relative;
	display: inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.end {
	margin-right: 0 !important;
}

/* Column Grids End */

.wrapper {
	width: 980px;
	margin: 30px auto;
	position: relative;
	overflow: hidden;
}

.counter {
	padding: 20px 0;
	border-radius: 5px;
	text-align: center;
}

.count-title {
	font-size: 32px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}

.count-text {
	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	color: #fff;
}

.fa-2x {
	margin: 0 auto;
	float: none;
	display: table;
	color: #4ad1e5;
}

.certification {
	position: relative;
}

.certification:before {
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	z-index: -1;
	background: url(../images/bg_certification.jpg) no-repeat;
	background-size: cover;
}

.certification .top-info {
	color: #fff;
}

.certification .bottom-cerfication-list {
	box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
	background-color: #fff;
}

.certification .product-list .swiper-slide {
	width: calc((100% - 160px)/ 4);
	background: #F5F5F5;
	padding: 10px 10px 0px;
}


.certification .product-list .proCotent {
	background: transparent;
}

.product-list .proPic {
	border: 0 none;
}

.certification .proTitle {
	color: var(--text-color);
	margin-bottom: 0px;
}

/* 新闻中心 */
/* 新闻中心 - 左侧 */
.new-box {
	position: relative;
}

.new-box h4 {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60px;
	line-height: 60px;
	background-color: rgba(177, 177, 177, .4);
	padding: 0 20px;
	font-size: 16px;
	color: #fff;
}

/* 新闻中心 - 右侧 */
.news .news-list {}

.news .news-list .news-list-item {
	transition: all .5s ease;
	box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, .3);
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}

.news .news-list .cotentBox {
	background: #fff;
	transition: all .5s ease;
	display: flex;
}

.news .cotentBox .listTimeBox {
	width: 140px;
	height: 100%;
	margin-top: 20px;
	color: var(--title-color);
}

.news .listYear {
	transition: all .5s ease;
}

.news .listMouth {
	font-size: 30px;
	text-align: center;
	margin: 0;
}

.news .listmd {
	text-align: center;
	font-size: 16px;
	margin: 0;
}

.news .listCotentBox {
	width: calc((100% - 140px)/1);
	position: relative;
	padding: 0 16px;
}


.news .listCotentBox:before {
	position: absolute;
	left: -10px;
	top: 15%;
	content: '';
	background: #ddd;
	width: 1px;
	height: 70%;
	z-index: 1;
}

.news .listCotentBox .titleBox {
	font-size: 14px;
	margin-top: 20px;
	line-height: 20px;
}

.news .listCotentBox .titleBox a {
	color: var(--title-color);
	font-weight: bold;
	font-size: 18px;
}

.news .listCotentBox .gyBox {
	margin: 5px 0;
	font-size: 14px;
	line-height: 26px;
	transition: all .5s ease;
	color: var(--text-color);
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

/* 合作伙伴 */
.partner {
	background: url(../images/bg_partner.jpg) no-repeat center;
	background-size: cover;
}

.partner h2 {
	font-size: 26px;
	color: #fff;
}

.partner h2 .en {
	opacity: .4;
}

.partner .left {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}

.partner .left p {
	font-size: 14px;
	line-height: 2.3;
	color: #fff;
}

.partner .left a {
	color: #fff;
}

.partner img {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: 0;
}

@media (max-width: 991px) {
	.product-list .swiper-slide {
		width: calc((100% - 80px) / 2) !important;
		margin: 0 20px;
	}
}

@media (max-width: 767px) {
	.product-list .swiper-slide {
		width: 100% !important;
		margin: 0 auto;
	}
}